home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 1 / Pier Shareware 1.iso / 002a / lync30.exe / README.DOC < prev    next >
Text File  |  1992-03-09  |  4KB  |  100 lines

  1. Files you should have:
  2.  
  3. LYNC.EXE     - The terminal program
  4. LYNC.DOC     - The operations manual
  5. REGISTER.DOC - The registration form
  6. README.DOC   - This file
  7. LYNCFFC.EXE  - Lync File Format Conversion utility
  8. 60LINES.COM  - 60 lines per page document reformat utility
  9.  
  10. Although Lync is relatively easy to use, it is advisable to read the
  11. documentation before starting.  If you are experienced with
  12. telecommunications, you could just read the Installation and
  13. Configuring Lync sections in the Getting Started chapter of the
  14. manual, although it is recommended that the Using Lync chapter be read
  15. for a complete understanding of Lync's functions.
  16.  
  17. If you have a printer and wish to make a hard copy of the manual, you
  18. can copy the LYNC.DOC file to your printer.  From the DOS prompt you
  19. would type:
  20.  
  21. COPY LYNC.DOC PRN
  22.  
  23. followed by pressing the ENTER key.
  24.  
  25. The manual is formatted for 80 columns and 66 lines per page with
  26. embedded formfeed control codes so it should print properly on most
  27. printers.  However, in order to be compatible with laser printers,
  28. which only support 60 lines per page, a utility called 60LINES.COM is
  29. included.  Run this program with the LYNC.DOC file in the current
  30. directory and it will produce a file called LYNC60.DOC.  This file
  31. will be formatted for 60 lines per page and should print properly on
  32. laser printers.  Print this file as explained above but type
  33. LYNC60.DOC instead of LYNC.DOC as shown in the example.
  34.  
  35. The manual is also formatted with an eight character margin on the
  36. left so it can be punched and put into a folder without obscuring any
  37. of the text.
  38.  
  39.  
  40.          *** WHAT'S NEW WITH VERSION 3.0 ***
  41.  
  42.               *** Upgrading ***
  43.  
  44. Lync's file formats have changed.  To use your old data with the new
  45. Lync, you must use the Lync File Format Conversion utility (LyncFFC).
  46. To use LyncFFC, simply copy it into your current Lync directory with
  47. your CFG, PHN, and KEY files and type:
  48.  
  49. LYNCFFC
  50.  
  51. and press ENTER.
  52.  
  53. LyncFFC will read your files and convert their data to the new formats
  54. automatically.    It works with version 2.0 and version 1.0 file
  55. formats.  Also, if you're a Simterm 2.0 user, rename your CFG and PHN
  56. files to LYNC.CFG and LYNC.PHN respectively and LyncFFC will convert
  57. them to the latest format as well.
  58.  
  59.                            *** FEATURES ***
  60.  
  61. - User defined modem response strings to improve "connect" detection
  62.   from the dialing directory.
  63. - Host mode baud detect is optional and the baud rate response strings
  64.   are user definable.
  65. - Host mode will look for WELCOME.HST & MESSAGE.HST files and display
  66.   them to the user if found.  See documentation for details.
  67. - User defined default capture file name.
  68. - User modifiable Ascii transfer line ending translation.
  69. - Auto Zmodem Receive and Zmodem Resume can be toggled on or off.
  70. - Support for external protocols.
  71. - Manual dial feature in dialing directory.
  72. - DOORWAY mode.
  73.  
  74.                 *** FIXES ***
  75.  
  76. Lync's foundation has been rebuilt.  This has increased it's memory
  77. requirements a little (to a little under 95K), but has allowed me to
  78. add some new functionality required for todays communications.
  79.  
  80. The first thing you might notice is the EXE file got smaller!  This is
  81. because an EXE compressor was used as the actual size of LYNC.EXE had
  82. creeped to just over 50k.  This may not seem like a big deal to some
  83. of you but it is too large for some of the applications Lync is being
  84. used in.  The compressor used was LZEXE91 by Fabrice Bellard.  My
  85. thanks to him for a fine program which reduced Lync to less than 35k.
  86.  
  87. With Lync's new low level routines comes support for flow control via
  88. Xon/Xoff and/or RTS/CTS.  Also comes improved memory management, which
  89. should eliminate some of the odd quirks Lync would have with some
  90. systems.
  91.  
  92. The ANSI sequence parser has been improved, both for efficency and a
  93. couple of missing functions. (ie the ESC[6n status report that some
  94. systems use to detect if a terminal is ANSI capable).
  95.  
  96. Lync is also a little more dependant on BIOS compatability now as it
  97. reads some keyboard and timer info directly from the BIOS data area.
  98. This may make Lync incompatable with some TSRs, especially those that
  99. modify the keyboard data area.
  100.